home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 31 / CD Expert nº 31 Unreal Mission Pack I.iso / Bootmagic / BMAPPS.Z / BMCFG32.EXE / 0 / RCDATA / TFEZCHNGI / TFEZCHNGI.txt
Text File  |  1999-01-28  |  3KB  |  148 lines

  1. object fEzChngI: TfEzChngI
  2.   Left = 294
  3.   Top = 253
  4.   BorderStyle = bsDialog
  5.   Caption = 'BootMagic Change Icon'
  6.   ClientHeight = 320
  7.   ClientWidth = 466
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblFileName: TIntlLabel
  18.     Left = 14
  19.     Top = 17
  20.     Width = 50
  21.     Height = 13
  22.     Caption = 'File &Name:'
  23.     FocusControl = ebxFileName
  24.   end
  25.   object lblFolders: TIntlLabel
  26.     Left = 188
  27.     Top = 17
  28.     Width = 37
  29.     Height = 13
  30.     Caption = '&Folders:'
  31.     FocusControl = DirectoryListBox
  32.   end
  33.   object lblFileType: TIntlLabel
  34.     Left = 14
  35.     Top = 268
  36.     Width = 62
  37.     Height = 13
  38.     Caption = 'List File &Type:'
  39.     FocusControl = FilterComboBox
  40.   end
  41.   object lblDrives: TIntlLabel
  42.     Left = 188
  43.     Top = 268
  44.     Width = 30
  45.     Height = 13
  46.     Caption = '&Drives:'
  47.     FocusControl = DriveComboBox
  48.   end
  49.   object lblPathName: TIntlLabel
  50.     Left = 188
  51.     Top = 38
  52.     Width = 115
  53.     Height = 13
  54.     Caption = 'E:\En\BtMagic\WinGUI'
  55.   end
  56.   object FileListBox: TFileListBox
  57.     Left = 14
  58.     Top = 73
  59.     Width = 153
  60.     Height = 187
  61.     FileEdit = ebxFileName
  62.     ItemHeight = 13
  63.     Mask = '*.ico'
  64.     TabOrder = 1
  65.     OnDblClick = btnOKClick
  66.   end
  67.   object DirectoryListBox: TDirectoryListBox
  68.     Left = 188
  69.     Top = 73
  70.     Width = 164
  71.     Height = 187
  72.     DirLabel = lblPathName
  73.     FileList = FileListBox
  74.     ItemHeight = 16
  75.     TabOrder = 2
  76.   end
  77.   object DriveComboBox: TDriveComboBox
  78.     Left = 188
  79.     Top = 284
  80.     Width = 164
  81.     Height = 19
  82.     DirList = DirectoryListBox
  83.     TabOrder = 4
  84.   end
  85.   object FilterComboBox: TFilterComboBox
  86.     Left = 14
  87.     Top = 284
  88.     Width = 153
  89.     Height = 21
  90.     FileList = FileListBox
  91.     Filter = 'Icon files (*.ico)|*.ico'
  92.     TabOrder = 3
  93.   end
  94.   object ebxFileName: TEdit
  95.     Left = 14
  96.     Top = 33
  97.     Width = 145
  98.     Height = 21
  99.     TabOrder = 0
  100.     Text = '*.ico'
  101.     OnChange = ebxFileNameChange
  102.   end
  103.   object btnOK: TButton
  104.     Left = 377
  105.     Top = 212
  106.     Width = 75
  107.     Height = 25
  108.     Caption = '&OK'
  109.     Default = True
  110.     TabOrder = 5
  111.     OnClick = btnOKClick
  112.   end
  113.   object btnCancel: TButton
  114.     Left = 377
  115.     Top = 246
  116.     Width = 75
  117.     Height = 25
  118.     Cancel = True
  119.     Caption = '&Cancel'
  120.     TabOrder = 6
  121.     OnClick = btnCancelClick
  122.   end
  123.   object btnHelp: TButton
  124.     Left = 377
  125.     Top = 279
  126.     Width = 75
  127.     Height = 25
  128.     Caption = '&Help'
  129.     TabOrder = 7
  130.     OnClick = btnHelpClick
  131.   end
  132.   object gbxIcon: TGroupBox
  133.     Left = 392
  134.     Top = 17
  135.     Width = 56
  136.     Height = 63
  137.     Caption = 'Icon'
  138.     TabOrder = 8
  139.     object imgIcon: TImage
  140.       Left = 7
  141.       Top = 15
  142.       Width = 41
  143.       Height = 41
  144.       Center = True
  145.     end
  146.   end
  147. end
  148.